@charset "utf-8";
/* CSS Document */

#winpop { width:200px; height:0px; position:absolute; right:0; bottom:0; border:1px solid #999999; margin:0; overflow:hidden; display:none; background:#FFFFFF}
#winpop .title { width:100%; height:20px; line-height:20px; background:#FF0000; font-weight:bold; text-align:center; font-size:12px;}
#winpop .con {
	width:208px;
	height:104px;
	line-height:80px;
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	text-align:center;
	background-image: url(bb.swf);
	background-repeat: no-repeat;
	background-position: center;
}
#winpop .con a{
	width:208px;
	height:104px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
}
#silu { font-size:13px; color:#999999; position:absolute; right:0; text-align:right; text-decoration:underline; line-height:22px;}
.close { position:absolute; right:4px; top:-1px; color:#FFFFFF; cursor:pointer}